home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 324
- Top = 339
- BorderStyle = bsDialog
- Caption = 'Desktop Layout Save/Restore'
- ClientHeight = 120
- ClientWidth = 258
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object ScreenResLabel: TLabel
- Left = 8
- Top = 8
- Width = 175
- Height = 13
- Caption = 'Current Screen Resolution: %d by %d'
- end
- object Bevel1: TBevel
- Left = 16
- Top = 32
- Width = 233
- Height = 2
- Shape = bsTopLine
- end
- object SaveLayout: TButton
- Left = 8
- Top = 48
- Width = 241
- Height = 25
- Caption = 'Save Layout for this screen resolution'
- TabOrder = 0
- OnClick = SaveLayoutClick
- end
- object RestoreLayout: TButton
- Left = 8
- Top = 80
- Width = 241
- Height = 25
- Caption = 'Restore Layout for this screen resolution'
- TabOrder = 1
- OnClick = RestoreLayoutClick
- end
- object dm: TDesktopManager
- Left = 208
- Top = 8
- end
- end
-